The Access
What you need before you begin
- A supported web browser (Chrome, Edge, Brave or Firefox is recommended).
- The URL of your Sumo Ledger environment (this guide uses
https://las.ledger.raralabs.dev/; yours may differ). - Credentials issued by your administrator (username and password).
- If you cannot sign in, confirm with Administrator that the authentication service and database are healthy; Sumo Ledger depends on the backend to validate users.
Open the login page (step-by-step)
- Open your browser.
- In the address bar, type or paste:
{base_url}/login - Press Enter.
- Wait until the page title shows Sumo Ledger | API-First Ledger Engine and you see the branded header, headline, and a white login card in the center.
What you should see
- Username label and a text field.
- Password label and a masked text field (with a lock icon and an eye icon to show or hide the password).
- A primary Login button.
- Optional Learn More (top-right) for product information.
Sign in (step-by-step)
- Click inside the Username field.
- Type your username exactly as provided (no leading or trailing spaces).
- Click inside the Password field.
- Type your password. If you are unsure you typed it correctly, click the eye icon once to reveal the password, verify, then click again to hide it.
- Click Login.
Expected result (success)
- A toast such as “Logged In Successfully” appears briefly.
- The browser navigates to the Home dashboard.
- The address bar shows:
{base_url}/dashboard - The sidebar shows your navigation items, and the bottom of the sidebar shows your username (for example
admin).
If sign-in fails
| Symptom | Likely cause | What to do |
|---|---|---|
| Toast: invalid login credentials | Wrong username/password, or account disabled | Re-check credentials; reset password per your org process. |
| Same error with correct password | Database or auth service outage | Ask operations to restore the database / services; retry after confirmation. |
| Page spins without completing | Network or TLS issue | Try another network; check corporate proxy or firewall rules. |
Learn More (optional)
- On the login screen, locate Learn More (top-right).
- Click Learn More.
- Follow the information or link presented (behavior depends on how your environment is wired).
Sessions, bookmarks, and “not authorized”
Sumo Ledger uses a browser session after login. If you copy a deep link (for example to {base_url}/product-accounts) and open it in a new browser window where you have not logged in, you may see:
You are not authorized to access this resource.
Recommended practice
- Always start from
{base_url}/login, sign in, then use the sidebar to reach the area you need. - If you use bookmarks, bookmark Login or Dashboard after a successful login session, not only deep configuration URLs.
User menu - profile, documentation, sign out
The user menu is opened from the username control at the bottom of the sidebar.
Step-by-step
- Sign in until you see the main application shell (sidebar + content).
- Scroll the sidebar if needed so the username row is visible.
- Click the username row (for example
admin). - A small menu opens.
Menu items
| Item | Description |
|---|---|
| Help | For system helpline. May be disabled in some deployments. |
| Documentation | Opens product or API documentation. |
| Settings | User-level or app settings when configured. |
| Sign Out | Ends your session; you must sign in again to continue. |
To sign out safely
- Open the user menu (steps above).
- Click Sign Out.
- Confirm you are returned to the login page or an unauthenticated state.
- On a shared computer, close the browser window after signing out.